Skip to content

Fix private In6AddrGenMode #172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2025

Conversation

Toorero
Copy link
Contributor

@Toorero Toorero commented Aug 8, 2025

This is related to #149. I forgot to include In6AddrGenMode in the pub use of the mod.rs of the link module.

@Toorero
Copy link
Contributor Author

Toorero commented Aug 8, 2025

I'm not sure how relaxed you are in terms of commit history rewrites. If you are you could just squash commits 5f441ac and 7daf895.

Just do:

git checkout main
git pull
git rebase -i 7daf895~1                # change pick of 7daf895 to edit
git cherry-pick --no-commit fix/addr_gen_mode_enum
git commit --amend --no-edit
git push --force                       # could lead to commit loss if commits arive at Github after initial pull

Signed-off-by: Julius Rüberg <[email protected]>
@cathay4t cathay4t force-pushed the fix/addr_gen_mode_enum branch from 5f441ac to de2a2d8 Compare August 20, 2025 06:05
@cathay4t cathay4t enabled auto-merge (rebase) August 20, 2025 06:05
@cathay4t cathay4t merged commit faf9d39 into rust-netlink:main Aug 20, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants